The "FMS Legacy Events Data" (GmrEvent) data group is used to send specific historical data to the FMS. It gets its data from the "Audit" support data group.
Mapping between event data group elements and FMS Legacy data items occurs within the configItems element of gmrMaps in the device template file.
Specify date ranges on a per-data group basis within the device editor. For more information, see Selecting Date and Time.
The messageOrd attribute refers to the ordinal of the support data group listed in the gmrDataGroupList section of the "FMS Legacy Events" data group.
For more information about working with device template files, see Device Template Files. For more information about the "Audit" data group, see BSAP Data Groups.
Example
|
<GmrEvent niceName="FMS Legacy Events Data" canSend="false" dgGmrMap="configItems" maxCnt="4"> <dgElements/> <uccRecvParms> <SDate desc="Start Date" required="true"/> <EDate desc="End Date" required="false"/> <MeterId desc="Meter ID" required="false"/> </uccRecvParms> <gmrDataGroupList> <Audit required="true" messageOrd="0"/> </gmrDataGroupList> </GmrEvent> |